projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddedc4d
)
(rmail-dont-reply-to-names): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 28 Jul 1998 07:30:04 +0000
(07:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 28 Jul 1998 07:30:04 +0000
(07:30 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 3b8d7249724de96b5ac4697b40339b6219c4ec21..ab937118b9d61462d554b6a3f0f2e086d2f9fdf6 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-122,7
+122,8
@@
rather than deleted, after it is retrieved."
;;;###autoload
(defcustom rmail-dont-reply-to-names nil "\
*A regexp specifying names to prune of reply to messages.
-A value of nil means exclude your own name only."
+A value of nil means exclude your own login name as an address
+plus whatever is specified by `rmail-default-dont-reply-to-names'."
:type '(choice regexp (const :tag "Your Name" nil))
:group 'rmail-reply)